Skip to content

Refactor CMake workflow for build and test steps#1

Merged
harris2001 merged 2 commits intomainfrom
CI-CD
Sep 1, 2025
Merged

Refactor CMake workflow for build and test steps#1
harris2001 merged 2 commits intomainfrom
CI-CD

Conversation

@harris2001
Copy link
Owner

Updated CMake workflow for improved clarity and structure.

Updated CMake workflow for improved clarity and structure.
@harris2001 harris2001 self-assigned this Sep 1, 2025
@harris2001 harris2001 requested a review from Copilot September 1, 2025 16:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new CMake workflow for GitHub Actions to automate building and testing of C++ projects. The workflow sets up continuous integration for the main branch with automated dependency installation, CMake configuration, building, and test execution.

  • Adds a complete GitHub Actions workflow for CMake-based C++ projects
  • Configures automated CI/CD pipeline with build and test steps
  • Sets up Ubuntu environment with necessary dependencies (cmake, g++)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@harris2001 harris2001 merged commit 9d56947 into main Sep 1, 2025
1 check passed
@harris2001 harris2001 deleted the CI-CD branch September 1, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant